home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 March: Reference Library / Dev.CD Mar OO RLDisk 1.toast / pc / what's new / development kits / hardware / mac os usb ddk 1.4f3 / usb software locator kit / sampledriverinstallerexample / mpw script commands < prev    next >
Encoding:
Text File  |  2000-01-19  |  494 b   |  11 lines

  1. ; The following is an example use of ScriptCheck and MergeScriptMPWTool
  2. ; in order to process the SampleInstallerScript.
  3. ; You must first place the ScriptCheck Tool from the Installer SDK 1.2.3 into the 
  4. ; MPW Tools folder.
  5. ; Also place a copy of the MergeScriptMPWTool into the current folder
  6. ; Then set the current directory to this folder and execute the following commands
  7.  
  8. scriptcheck -h -d -a SampleInstallerScript
  9. MergeScriptMPWTool -s SampleInstallerScript -t ":SampleDisk:SampleTome"
  10.  
  11.